projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b17005d
)
Fix the build
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 28 Sep 2021 12:25:00 +0000
(08:25 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 28 Sep 2021 19:19:17 +0000
(15:19 -0400)
gcc was complaining here with -Werror=return-type.
gtk/gtkcsstransformvalue.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcsstransformvalue.c
b/gtk/gtkcsstransformvalue.c
index f50873328a5a32262ed0973436a36eea377c2509..6cec8cd7c09e359ee1d9bfc93444e30f5e413c8b 100644
(file)
--- a/
gtk/gtkcsstransformvalue.c
+++ b/
gtk/gtkcsstransformvalue.c
@@
-239,6
+239,8
@@
gtk_css_transform_apply (const GtkCssTransform *transform,
g_assert_not_reached ();
break;
}
+
+ return NULL;
}
/* NB: The returned matrix may be invalid */